PDF4Java Reference Documentation
com.o2sol.pdf4java.transforms Package / PDFPageTransformer Class / applyTransform Method
The transformation to apply to the page content.
In This Topic
    applyTransform Method
    In This Topic
    Applies the specified transformation on the page content.
    Syntax
    public void applyTransform( 
       PDFPageTransform pageTransform
    )

    Parameters

    pageTransform
    The transformation to apply to the page content.
    See Also